define([], function() { "use strict"; /** * Below Global Variable contains all the application level constants. * @namespace ApplicationConstants * @global */ return { "RETAIL": { "headerType": "retailTemplate" }, "CORP": { "headerType": "templateDefault" }, "ANON": { "headerType": "preLoginTemplate" }, "ADMIN": { "headerType": "templateDefault" }, "CORPADMIN": { "headerType": "templateDefault" } }; });